home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Internet Tools 1993 July
/
Internet Tools.iso
/
RockRidge
/
mail
/
smail-3.1.28
/
compat
/
dummy.c
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-10-23
|
235 b
|
11 lines
/* @(#)compat/dummy.c 1.2 10/24/90 05:15:36 */
/*
* Provide a dummy reference so there is at least one item in
* compat.a. This will keep ld from complaining about empty libraries
* and such.
*/
dummy_reference() {
return;
}